CONTENTS | INDEX | PREV | NEXT
 FUNCTION
 Library Converter

 SYNOPSIS
 LIBTOS source dest

 DESCRIPTION
 This program converts the Commodore supplied amiga.lib from large
 data model to small data model.  You must convert amiga.lib before
 you can use it with the DICE system to generate residentable
 programs.

 Note that this isn't required, but a small-data amiga.lib will
 generate faster code with fewer reloc32's (A reloc32 is a 32-bit
 relocation, it uses up space in an executable and takes extra time to
 load).

 The small-data-model version of amiga.lib is called amigas.lib

 1> cd DLIB:
 1> LIBTOS amiga.lib amigas.lib